projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1e59646
)
(message_with_string): Error if STRING is not a string.
author
Richard M. Stallman
<rms@gnu.org>
Mon, 3 Jun 2002 22:44:31 +0000
(22:44 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 3 Jun 2002 22:44:31 +0000
(22:44 +0000)
src/xdisp.c
patch
|
blob
|
history
diff --git
a/src/xdisp.c
b/src/xdisp.c
index a6870316e0c743b6c6b1795e6055339898357c41..155602e2b4a88f447ee3c235dfe5fa28d5d6fc9a 100644
(file)
--- a/
src/xdisp.c
+++ b/
src/xdisp.c
@@
-6053,6
+6053,8
@@
message_with_string (m, string, log)
Lisp_Object string;
int log;
{
+ CHECK_STRING (string);
+
if (noninteractive)
{
if (m)